From Cppreference
| Defined in header <cmath>
|
|
|
|
| #define FP_ZERO /*implementation defined*/
|
| (C++0x feature)
|
|
|
|
The FP_ZERO macro expands to an integer constant expression. It represents a type of floating point values and indicates that the value is positive or negative zero.
See also
|
|
|
| categorizes the given floating point value (function)
|
|
|
|
| indicates infinite floating point value (macro constant)
|
|
|
|
| indicates not-a-number (NaN) (macro constant)
|
|
|
|
| indicates normal number (macro constant)
|
|
|
|
| indicates subnormal number (macro constant)
|